const encoding/json.scanBeginLiteral

14 uses

	encoding/json (current package)
		decode.go#L388: 	case scanBeginLiteral:
		decode.go#L417: 	case scanBeginLiteral:
		decode.go#L673: 		if d.opcode != scanBeginLiteral {
		decode.go#L1045: 	case scanBeginLiteral:
		decode.go#L1087: 		if d.opcode != scanBeginLiteral {
		scanner.go#L121: 	scanBeginLiteral        // end implied by next result != scanContinue
		scanner.go#L230: 		return scanBeginLiteral
		scanner.go#L233: 		return scanBeginLiteral
		scanner.go#L236: 		return scanBeginLiteral
		scanner.go#L239: 		return scanBeginLiteral
		scanner.go#L242: 		return scanBeginLiteral
		scanner.go#L245: 		return scanBeginLiteral
		scanner.go#L249: 		return scanBeginLiteral
		scanner.go#L274: 		return scanBeginLiteral